home *** CD-ROM | disk | FTP | other *** search
/ PC World 2006 July & August / PCWorld_2006-07-08_cd.bin / v cisle / acehtml / acehtmlfreeware.exe / scriptdef / Link Description.sd < prev    next >
INI File  |  2004-06-28  |  562b  |  31 lines

  1. [SUBJECT]
  2. Description=Put a description of a link in the status bar
  3. ImageIndex=-1
  4. Folder=Tools
  5.  
  6.  
  7. [BODY_TAG]
  8. ;OnLoad="window.defaultStatus='`message`';"
  9.  
  10.  
  11. [BODY_TEXT]
  12. ;<a href="`url`" onMouseOver=" window.status='`description`'; return true" onMouseOut="window.status=' '; return true">`caption`</a> 
  13.  
  14.  
  15.  
  16. [`url`]
  17. Kind=U
  18. Value=http://javascript.internet.com
  19.  
  20.  
  21.  
  22. [`description`]
  23. Kind=S
  24. Value=Go back to my home page by clicking on that link!
  25.  
  26.  
  27. [`caption`]
  28. Kind=S
  29. Value=Home Page - Look at the status bar for a description of this link!
  30.  
  31.